In this paper, through the concrete examples, the author introduces two kinds of parsing approaches: bottom-up parsing and top-down parsing. 通过具体的实例,介绍了两种基于短语结构语法的剖析方法&自底向上剖析和自顶向下剖析。
Bottom-up parsing in production language 用产生式语言的自底向上分析
Bottom-up parsing implementation with recursive descendent method 用递归下降方法实现自底向上的语法分析
A improvement on Boolean expression's bottom-up parsing syntax directed compiling 一种改进的布尔表达式自下而上分析的语法制导翻译的方法
Probabilistic CYK algorithm is essentially a bottom-up parsing, using breadth-first search strategy. 3. 概率CYK算法本质上是一种自底向上分析法,采用广度优先的搜索策略。